projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fb730
)
(compose-gstring-for-graphic): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 2008 05:41:47 +0000
(
05:41
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 2008 05:41:47 +0000
(
05:41
+0000)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index b017721de673599867739b52d3fef109d63573a9..5c8a91115590e5111fe162b4af84662000747614 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-1260,7
+1260,7
@@
find_automatic_composition (pos, limit, start, end, gstring, string)
Lisp_Object window;
struct window *w;
- window = Fget_buffer_create (Fcurrent_buffer ());
+ window = Fget_buffer_create (Fcurrent_buffer ()
, Qnil
);
if (NILP (window))
return 0;
w = XWINDOW (window);